home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / modem / ezdia175.zip / UPDATE.LST < prev    next >
File List  |  1995-09-22  |  621b  |  12 lines

  1. ; This command will cause the client to pass the date/time stamp
  2. ; of the file listed in the last parameter (somefile.dat) to the
  3. ; server, which in turn will locate and ZIP all files in
  4. ; K:\OTHERDIR (second parameter) that are more recent.  Any
  5. ; sub-directories below K:\OTHERDIR are also searched.  The
  6. ; resultant ZIP file is then sent to the remote and un-zipped
  7. ; into C:\SOMEDIR (first parameter) while retaining the sub-directory
  8. ; structure.  If no newer files are found, the remote caller
  9. ; gets a message that their data is already current.
  10. ;
  11. update c:\somedir k:\otherdir c:\somedir\somefile.dat
  12.